home *** CD-ROM | disk | FTP | other *** search
- This package was debianized by Sebastien Bacher <seb128@debian.org> on
- Tue, 22 Nov 2005 10:46:59 +0100.
- Current maintainer is Frank Lichtenheld <djpig@debian.org>.
-
- It was downloaded from http://www.gtkpod.org/downloads.html
-
- Copyright Holders:
-
- Copyright (C) 2002-2007 Jorg Schuler <jcsjcs at users.sourceforge.net>
- (original gtkpod code)
- Copyright (C) 2005-2008 Christophe Fergeau <teuf at gnome.org>
- (libraryfication)
- Copyright (C) 2005-2007 Nick Piper <nick-gtkpod at nickpiper co uk>
- (Python bindings)
- Copyright 2005 Steve Wahl <steve at pro-ns dot net>
- (parts of src/itdb_itunesdb.c)
- Copyright (C) 2007 Emmanuele Bassi <ebassi@gnome.org>
- Copyright (C) 1995 A.M. Kuchling
- Copyright (C) 2006 Dave Benson
- (src/gchecksum.c)
- Copyright (c) 20060423 Thomas Perl <thp at perli.net>
- (bindings/python/examples/create_mp3_tags_from_itdb.py)
- Copyright (c) 2006 Michael McLellan <mikey@mclellan.org.nz>
- (tests/test-photos.c)
- Copyright (C) 2003 Edward Matteucci
- Copyright (C) 2007-2008 Daniele Forsi <daniele@forsi.it>
- (po/it.po)
-
-
- License:
-
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL'.
-
- tests/test-checksum.c,
- tests/test-covers.c,
- tests/test-write-covers.c,
- src/itdb_sha1.c:
- 3-clause BSD license, see /usr/share/common-licenses/BSD
-
- tests/test-rebuild-db.cc:
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to
- * deal in the Software without restriction, including without limitation the
- * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
- * sell copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
-
- tests/test-fw-id.c,
- tests/test-ls.c:
- | This program is free software; you can redistribute it and/or modify
- | it under the terms of the GNU General Public License as published by
- | the Free Software Foundation; either version 2 of the License, or
- | (at your option) any later version.
- |
- | This program is distributed in the hope that it will be useful,
- | but WITHOUT ANY WARRANTY; without even the implied warranty of
- | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- | GNU General Public License for more details.
- |
- | You should have received a copy of the GNU General Public License
- | along with this program; if not, write to the Free Software
- | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
- src/gchecksum.c (Parts):
- /* This MD5 digest computation is based on the equivalent code
- * written by Colin Plumb. It came with this notice:
- *
- * This code implements the MD5 message-digest algorithm.
- * The algorithm is due to Ron Rivest. This code was
- * written by Colin Plumb in 1993, no copyright is claimed.
- * This code is in the public domain; do with it what you wish.
- *
- * Equivalent code is available from RSA Data Security, Inc.
- * This code has been tested against that, and is equivalent,
- * except that you don't need to include two pages of legalese
- * with every copy.
- */
- /*
- * sha.h : Implementation of the Secure Hash Algorithm
- *
- * Part of the Python Cryptography Toolkit, version 1.0.0
- *
- * Copyright (C) 1995, A.M. Kuchling
- *
- * Distribute and use freely; there are no restrictions on further
- * dissemination and usage except those imposed by the laws of your
- * country of residence.
- *
- */
-
-
-